C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / MoveToPageAsync Method
The index of the page.
The cancellation token.

In This Topic
MoveToPageAsync Method (C1DataCollection<T>)
In This Topic
Moves to the page pageIndex.
Syntax
'Declaration
 
Public Overridable Function MoveToPageAsync( _
   ByVal pageIndex As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

pageIndex
The index of the page.
cancellationToken
The cancellation token.
See Also